@import url('diy-font.css');
html,body {
	height:100%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased
}
body {
	font-family:'Microsoft YaHei',sans-serif;
	font-weight:400;
	color:#000;
	font-size:15px;
	line-height:1.5;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased
}
.page {
	overflow:hidden;
	z-index:10
}
.container {
	max-width: 1400px;
}
@-webkit-viewport {
	width:device-width
}
@-moz-viewport {
	width:device-width
}
@-ms-viewport {
	width:device-width
}
@-o-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
h1,h2,h3,h4,h5,h6 {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	color:#09162a;
	line-height:1.2;
	margin-bottom:18px;
	font-weight:600
}
h1 {
	font-size:38px
}
h2 {
	font-size:30px
}
h3 {
	font-size:24px
}
h4 {
	font-size:20px
}
h5 {
	font-size:16px
}
h6 {
	font-size:12px
}
a {
	color:#313131;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	font-weight:400
}
a:hover,a:focus {
	color:#333;
	text-decoration:none
}
a:active {
	color:#FFF;
	text-decoration:none
}
p {
	margin-bottom:15px
}
img {
	max-width: 100%;
}
blockquote {
	display:block;
	background:#fffaf8;
	position:relative;
	padding:40px;
	color:#09162a;
	min-height:100px;
	border-left:3px solid #ee4d16;
	font-weight:500;
	font-size:20px;
	line-height:28px;
	margin-top:25px;
	margin-bottom:25px
}
ul {
	margin:0;
	padding:0
}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,select {
	font-family:inherit;
	-webkit-transition:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	vertical-align:middle;
	width:100%;
	color:#696884;
	padding:12px 15px 11px;
	border-radius:0;
	font-weight:400;
	background-color:#fff;
	text-transform:inherit;
	border:1px solid #e8e8e8;
	font-size:14px;
	outline:0;
	line-height:inherit;
	letter-spacing:0
}
ul.list-none {
	padding:0;
	list-style:none
}
.form-group {
	margin-bottom:25px
}
.preloader {
	background-color:#f6f6f6;
	bottom:0;
	top:0;
	left:0;
	right:0;
	position:fixed;
	z-index:9999999
}
.spinner {
	top:30%;
	margin:80px auto;
	width:60px;
	height:60px;
	position:relative;
	text-align:center;
	-webkit-animation:sk-rotate 2.0s infinite linear;
	animation:sk-rotate 2.0s infinite linear
}
.dot1,.dot2 {
	width:60%;
	height:60%;
	display:inline-block;
	position:absolute;
	top:0;
	background-color:#ee4d16;
	border-radius:100%;
	-webkit-animation:sk-bounce 2.0s infinite ease-in-out;
	animation:sk-bounce 2.0s infinite ease-in-out
}
.dot2 {
	top:auto;
	bottom:0;
	-webkit-animation-delay:-1.0s;
	animation-delay:-1.0s;
	background-color:#ee4d16
}
@-webkit-keyframes sk-rotate {
	100% {
	-webkit-transform:rotate(360deg)
}
}@keyframes sk-rotate {
	100% {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg)
}
}@-webkit-keyframes sk-bounce {
	0%,100% {
	-webkit-transform:scale(0.0)
}
50% {
	-webkit-transform:scale(1.0)
}
}@keyframes sk-bounce {
	0%,100% {
	transform:scale(0.0);
	-webkit-transform:scale(0.0)
}
50% {
	transform:scale(1.0);
	-webkit-transform:scale(1.0)
}
}.tgt-section {
	padding:90px 0
}
.tgt-section-style2 {
	padding:90px 0 70px 0
}
.tgt-section-style3 {
	padding:50px 0 70px 0
}
.top-bar {
	background-color:#0459b9;
	color:#fff;
	padding:15px 0
}
.top-bar li {
	display:inline-block;
	/*font-size:14px*/
}
.top-bar li a,.top-bar li {
	color:#fff
}
.top-bar li i {
	color:#69bd5e;
	padding-right:7px
}
.top-left ul {
	list-style:none
}
.top-left ul li {
	padding-right:30px;
	position:relative
}
.top-left ul li:not(:last-child):after {
	content:"";
	height:22px;
	width:1px;
	background-color:rgba(255,255,255,.4);
	display:block;
	position:absolute;
	right:15px;
	top:-1px
}
.top-left li:not(:last-child) {
	padding-right:30px
}
.top-right li i {
	/*color:#FFF;*/
	padding-left:5px
}
.top-right li i:hover {
	color:#fff
}
.top-right .tooltip-bottom:before {
	border-bottom-color:#ee4d16
}
.top-right .tooltip-bottom:after {
	background-color:#ee4d16
}
.top-bar2 {
	background:#333366;
	padding:0;
	line-height:50px
}
.top-bar2 li i {
	color:#FFF
}
.top-bar2 .top-left:after {
	position:absolute;
	content:"";
	right:0;
	top:0;
	width:3500px;
	height:100%;
	background:#f86e2f;
}
.top-bar2 .top-left {
	position:relative;
	float:left
}
.top-bar2 .top-left ul {
	line-height:50px;
	list-style:none
}
.top-bar2 .top-left li {
	position:relative;
	z-index:1
}
.top-bar2 .top-left li a i,.top-bar2 .top-bar-email {
	color:#fff
}
.top-bar2 li a,.top-bar2 li {
	color:#b8d2fb
}
.top-bar2 .top-right li a:hover i,.top-bar2 .top-right li a:focus i {
	color:#ee4d16
}
.top-bar2 .top-right li i {
	color:#b8d2fb
}
.top-bar2 .top-right-seperator {
	position:relative;
	padding-right:26px
}
.top-bar2 .top-right-seperator:after {
	content:"";
	height:22px;
	width:1px;
	background-color:#b8d2fb;
	display:block;
	position:absolute;
	right:10px;
	top:15px
}
.tgt-top {
	font-weight:900;
	color:#fff;
	display:none;
	position:fixed;
	right:34px;
	bottom:40px;
	z-index:999;
	height:0;
	width:0;
	font-size:0;
	text-align:center;
	padding-top:3px;
	line-height:38px;
	border-radius:0;
	background:#1b950b;
	-webkit-transition:opacity .3s 0s,visibility 0s .3s;
	-moz-transition:opacity .3s 0s,visibility 0s .3s;
	transition:opacity .3s 0s,visibility 0s .3s
}
.tgt-top.tgt-top-is-visible {
	height:44px;
	width:44px;
	font-size:22px;
	display:inline
}
.tgt-top.tgt-top-is-visible:hover {
	color:#FFF
}
.tgt-site-navigation-content {
	position: relative;
}
.tgt-site-branding {
	height:104px;
	line-height:104px
}
.tgt-header-right-cart-search {
	position:relative;
	padding-right:40px;
	text-align:right;
}
.tgt-header-listicon {
	position:relative;
	transition:unset;
	line-height:104px
}
.tgt-header-listicon .tgt-header-right-link {
	position:relative;
	text-align:center;
	font-size:15px;
	z-index:9;
	margin:0 10px;
	transition:unset;
	color:#09162a
}
.tgt-header-listicon button.tgt-header-right-link {
	background:transparent;
	border:0
}
.tgt-header-listicon button:hover,.tgt-header-listicon button:focus {
	background:transparent;
	border:0;
	box-shadow:none;
	outline:0
}
.tgt-header-search {
	border-left: 1px solid #bfc3c8;
}
.tgt-header-search:before {
	/*display:block;
	content:"";
	position:absolute;
	height:22px;
	width:1px;
	left:0;
	top:5%;
	background-color:rgba(9,22,42,.26);*/
}
.tgt-header-right-cart-search .tgt-number-cart {
	position:absolute;
	width:15px;
	height:15px;
	top:-8px;
	left:8px;
	line-height:16px;
	font-size:8.5px;
	letter-spacing:.5px;
	text-align:center;
	color:#fff;
	background:#ee4d16;
	vertical-align:middle;
	border-radius:50%
}
.tgt-header-listicon.tgt-header-btn {
	margin-left:10px
}
.tgt-header-listicon a.btn-primary {
	padding:11px 30px;
	color:#FFF;
	text-transform:uppercase;
	font-size:15px
}
.tgt-header-right,.tgt-header2 .tgt-site-branding {
	line-height:100px;
	height:100px
}
.tgt-header-iconlist {
	list-style:none;
	padding:0;
	margin:0
}
.tgt-header-iconlist li {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	height:100%;
	margin:0;
	padding-right:25px
}
.tgt-header-iconlist li:last-child {
	padding-right:0
}
.tgt-header-iconlist .tgt-header-iconlist-icon,.tgt-header-iconlist-content {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	line-height:1.3
}
.tgt-header-iconlist-subtitle {
	font-weight:600;
	font-size:16px;
	color:#002c5b;
	margin-bottom:5px
}
.tgt-header-iconlist-icon {
	padding-right:20px
}
.tgt-header-iconlist-icon i {
	color:#ee4d16;
	font-size:30px
}
.tgt-header-iconlist-details {
	color:#7d8791;
	font-size:14px
}
.tgt-header2 .header-right-seperator {
	position:relative;
	padding-right:50px
}
.tgt-header2 .header-right-seperator:after {
	content:"";
	height:36px;
	width:1px;
	background-color:#efecec;
	display:block;
	position:absolute;
	right:24px;
	top:30px
}
@media only screen and (min-width:1200px) {
	.tgt-site-menubar {
	position:relative;
	height:auto
}
.tgt-site-menubar .tgt-header-menu-options {
	float:none;
	position:absolute;
	width:100%;
	bottom:-36px;
	z-index:10;
	background:#ee4d16
}
.tgt-header2 .tgt-site-branding {
	margin-bottom:36px
}
.tgt-header2 #tgt-site-navigation .menu ul>li>a {
	color:#FFF;
	line-height:50px
}
.tgt-header2 .sticky-top-header.tgt-header-sticky {
	bottom:inherit
}
}.tgt-site-menubar .container {
	padding:0
}
.tgt-site-menubar .tgt-header-listicon {
	line-height:65px
}
.tgt-site-menubar .tgt-header-listicon .tgt-header-right-link {
	color:#FFF
}
.tgt-site-menubar .tgt-header-search:after {
	background-color:rgba(250,250,250,.26)
}
.tgt-site-menubar .tgt-site-navigation-content {
	position:relative
}
.tgt-site-menubar .tgt-header-right-cart-search {
	position:absolute;
	right:15px
}
.tgt-home-main-block {
	position:relative
}
.tgt-home-slider-bg {
	width:100%;
	height:600px;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative
}
.tgt-overlay-bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(left,rgba(9,22,42,0.50) 100%,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(left,rgba(9,22,42,0.50) 100%,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to right,rgba(9,22,42,0.50) 100%,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609162a',endColorstr='#00000000',GradientType=1)
}
.tgt-slider-dtl {
	/*margin-top:10%*/
	padding: 170px 50px;
}
.tgt-slider-dtl.tgt-slider-dtl3 {
	margin-top:20%
}
#home-slider .tgt-slider-highligt-heading {
	opacity: 0;
	display: inline-block;
	/*background:rgba(51,51,102,0.8);*/
	color:#FFF;
	/*padding:15px 30px;*/
	font-size:24px;
	font-weight: 600;
	/*line-height:24px;*/
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize
}

#home-slider .active .tgt-slider-highligt-heading{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
#home-slider .tgt-slider-heading {
	opacity: 0;
	font-size:54px;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}
#home-slider .tgt-home-slider-bg h1.tgt-slider-heading {
	display: inline-block;
	padding: 20px 0px;
	color: #fff;
	font-size:54px;
	text-shadow: 0px 0px 5px #000;
	/*border: 5px solid #fff;*/
}
#home-slider .tgt-home-slider-bg h3.tgt-slider-heading {
	font-size:24px;
	text-shadow: 1px 1px 1px #1c3c6f;
}

#home-slider .active .tgt-slider-heading{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}
.tgt-slider-highligt {
	/*margin-bottom:30px;*/
}
.tgt-slider-details {
	margin-bottom:50px;
	color:#FFF;
	font-size: 24px;
}

#home-slider .tgt-slider-details {
	margin-bottom:50px;
	opacity: 0;
	display: block;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 0px 0px 5px #000;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

#home-slider .active .tgt-slider-details{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

#home-slider .tgt-slider-btn {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

#home-slider .active .tgt-slider-btn{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1900ms;
	-moz-transition-delay: 1900ms;
	-ms-transition-delay: 1900ms;
	-o-transition-delay: 1900ms;
	transition-delay: 1900ms;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	border-radius:100%;
	background:#000;
	opacity:.3;
	color:#FFF;
	top:50%;
	transform:translate(0,-15%);
	width:30px;
	height:60px;
	text-align:center;
	line-height:40px;
	z-index:10;
	cursor:pointer;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	border-radius:0;
	border:0
}
.owl-carousel .owl-nav button:hover,.owl-carousel .owl-nav button:focus {
	outline:0;
	border:0
}
.owl-carousel .owl-nav button.owl-prev {
	left:20px
}
.owl-carousel .owl-nav button.owl-next {
	right:20px
}
.owl-carousel .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

.owl-carousel .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 10px;
	margin: 0px 7px;
	outline: none;
}

.owl-carousel .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 50px;
	height: 10px;
	background: rgba(2,28,68,0.20);
	/*border: 2px solid rgba(28,60,111,0.10);*/
	border-radius: 0%;
}

.owl-carousel .owl-dots .owl-dot.active span{
	background: rgba(51,51,102,1.00);
	/*border-color: rgba(28,60,111,0.8);*/
}
/*
.owl-carousel .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(28,60,111,0.10);
	border-radius: 0%;
	z-index: 1;
}

.owl-carousel .owl-dots .owl-dot.active span:before{
	background: rgba(28,60,111,0.8);
}*/
.tgt-overlay-bg-bottom.tgt-overlay-bg {
	background:-moz-linear-gradient(bottom,rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to top,rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609162a',endColorstr='#00000000',GradientType=1)
}
.tgt-slider-dtl2.tgt-slider-dtl {
	text-align:center;
	margin-top:17%
}
.tgt-home-main-2 .tgt-slider-details {
	margin-bottom:50px
}
.tgt-services-section {
	/*padding-bottom:110px;*/
}
.tgt-our-services {
	margin-bottom:50px
}
.tgt-our-services-img {
	position:relative
}
.tgt-our-services-img a:after {
	content:"";
	background:#09162a;
	opacity:.20;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-our-services {
	position:relative
}
.tgt-our-services:hover a:after {
	opacity:.40;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-our-services-box {
	text-align:center;
	background:#FFF;
	-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 15px 0 rgba(0,0,0,0.1);
	box-shadow:0 2px 15px 0 rgba(0,0,0,0.1);
	position:relative;
	margin:-50px 20px 20px;
	padding:30px 15px 35px 15px
}
.tgt-our-services-icon {
	margin-bottom:10px
}
.tgt-our-services-icon i {
	color:#ee4d16;
	font-size:42px;
	line-height:1.2
}
.tgt-our-services-icon img {
	width: 60px;
	height: 60px;
}
.tgt-our-services-box {
	position:relative
}
.tgt-our-services:hover .tgt-our-services-box:after {
	right:20%
}
.tgt-our-services-box {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	overflow:hidden
}
.tgt-our-services-box:after {
	content:"";
	position:absolute;
	z-index:-1;
	left:20%;
	right:80%;
	bottom:0;
	background:#ee4d16;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.tgt-our-services-box h4 {
	font-size:18px
}
.tgt-our-services:hover .btn-read {
	color:#ee4d16;
	border-bottom:1px solid #ee4d16
}
.tgt-effective-solution {
	background-image:url(../images/bg/bg-01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom:70px
}
.tgt-effective-solution-box-right {
	position:relative
}
.tgt-bg-overlay-content {
	z-index:9;
	height:100%;
	background-color:#052f5a;
	padding:60px;
	margin-top:-60px;
	position:relative;
	background-image:url(../images/bg/feature-box-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left
}
.tgt-bg-overlay,.tgt-bg-inner-overlay {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0
}
.tgt-bg-overlay-right,.tgt-bg-inner-overlay-right {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	right:0
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
	width:auto;
	margin-right:-100px;
	right:0;
	background-image:url(../images/bg/feature-box-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:-37px -25px;
	background-color:#052f5a
}
.tgt-effective-solution-icon {
	margin-bottom:10px
}
.tgt-effective-solution-icon i {
	color:#ee4d16;
	font-size:40px
}
.tgt-counter-section {
	padding:40px 0
}
.tgt-counter-box.style1 {
	border-right:1px solid rgba(255,255,255,.25)
}
.tgt-counter-box.style3 {
	border-bottom:1px solid rgba(255,255,255,.25)
}
.tgt-counter-box.style1:last-child,.tgt-counter-box.style2 {
	border-right:0
}
.tgt-counter-box.style1 h4,.tgt-counter-box.style1 p,.tgt-counter-icon i {
	color:#FFF
}
.tgt-counter-box.style1 p {
	font-size:18px
}
.tgt-counter-box.style1 h4 {
	font-size:50px
}
.tgt-counter-box.inner-box {
	padding-left:40px;
	margin-bottom:0
}
.tgt-counter-icon {
	position:absolute;
	top:30px
}
.tgt-counter-icon i {
	font-size:44px
}
.tgt-counter-content-left {
	padding-left:65px;
	text-align:left
}
.tgt-about-last {
	border-top:1px solid rgba(9,22,42,0.2);
	margin-top:20px;
	padding-top:25px
}
.tgt-about-bottom {
	border-bottom:1px solid rgba(9,22,42,0.2);
	padding-bottom:25px
}
.tgt-about-last-box {
	display:flex;
	float:right
}
.tgt-about2-last-box.tgt-about2-bottom-box {
	margin-top:33px
}
.tgt-about-content {
	padding-left:35px
}
.tgt-about-content p {
	font-size:14px
}
.tgt-about-right-image {
	position:relative;
	padding: 5px;
	border: 1px solid #e4e4e4;
}
.tgt-about-right-content {
	background-color:#ee4d16;
	color:#FFF;
	position:absolute;
	bottom:55px;
	border:8px solid #FFF;
	padding:30px 50px 30px 30px;
	right:-100px
}
.tgt-about-right-content h3 {
	display: inline-block;
	font-size:36px;
	color:#FFF
}
.tgt-about-right-content p {
	color:#FFF
}
.tgt-about-right-content .icon {
	display: inline-block;
	margin-bottom:15px;
	padding-right: 15px;
}
.tgt-about-right-content i {
	font-size:44px;
	color:#ee4d16;
}
.tgt-about-call {
	padding-top:20px;
	border-right:1px solid rgba(9,22,42,0.2)
}
.tgt-about-call .tgt-feature-icon {
	background:#ee4d16;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	text-align:center;
	padding-right:0;
	display:inline-block
}
.tgt-about-call .tgt-feature-icon i {
	color:#FFF;
	font-size:22px
}
.tgt-about-call .tgt-feature-details {
	padding-left:20px;
	display:inline-block
}
.tgt-section.tgt-project-section {
	background-color:#f6f6f6;
	border-top:1px solid rgba(0,0,0,.10);
	border-bottom:1px solid rgba(0,0,0,.10);
}
.tgt-project-box {
	position:relative;
	overflow:hidden
}
.tgt-project-box-image {
	position:relative;
	overflow:hidden
}
.tgt-project-box .tgt-project-box-overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,0);
	display:flex;
	align-items:center;
	justify-content:center
}
.tgt-project-box-overlay:before {
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%)
}
.tgt-project-box:hover .tgt-project-box-overlay:before,.projects-gallery-block-2:hover .tgt-project-box-overlay:before {
	opacity:.8;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);
	background-color:#ee4d16
}
.tgt-project-box-overlay-content {
	position:relative;
	opacity:0;
	z-index:9;
	transform:translateY(30px);
	transition:.5s ease;
	width:100%;
	height:100%;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:0 15px
}
.tgt-project-box:hover .tgt-project-box-overlay-content,.projects-gallery-block-2:hover .tgt-project-box-overlay-content {
	opacity:1;
	transform:translateY(0)
}
.tgt-project-box-overlay-content .icon {
	margin-top:20px
}
.tgt-project-box-overlay-content .icon i {
	/*width:50px;
	height:50px;
	background:rgba(255,255,255,.14);
	vertical-align:middle;
	line-height:3.2;
	border-radius:50%;
	color:#FFF;*/
}
.tgt-project-box-overlay-content h4 {
	color:#FFF;
	font-weight:500
}
.tgt-project-box-subtitle {
	color:#ee4d16;
	text-transform:uppercase
}
.tgt-project-section-list {
	margin-top:-160px
}
.tgt-project-section-list .owl-carousel .owl-stage-outer {
	overflow:inherit
}
.project-filter {
	padding:0;
	margin:0;
	float:right
}
.project-filter li {
	list-style:none;
	margin:10px 12px;
	color:#777;
	cursor:pointer;
	display:inline-block
}
.project-filter li:hover,.project-filter li.active {
	color:#ee4d16
}
.tgt-section.tgt-whychoose-section {
	position:relative;
	background-image:url(../images/bg/whychoose-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-bottom:0
}
.tgt-team-box {
	text-align:center;
	margin-bottom:10px
}
.tgt-team-box-img {
	position:relative
}
.tgt-team-box-img:before {
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:78%;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	background-color:#f7f7f7
}
.tgt-team-box-img img {
	position:relative;
	z-index:9
}
.tgt-team-box-content {
	text-align:center;
	padding:20px 15px 35px 15px;
	transform:translateY(0px);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	position:relative;
	background-color:#FFF;
	z-index:9
}
.tgt-team-box:hover .tgt-team-box-content {
	margin-top:-35px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	background:#f7f7f7;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.tgt-team-social {
	position:absolute;
	left:0;
	right:0;
	margin:0;
	top:70px;
	opacity:0;
	z-index:9;
	-webkit-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	transition:.8s
}
.tgt-team-box:hover .tgt-team-social {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.tgt-team-social ul {
	padding:0;
	margin:0
}
.tgt-team-social ul li {
	display:inline-block;
	margin:5px
}
.tgt-team-box:hover .tgt-team-box-content:after {
	right:20%
}
.tgt-team-box-content:after {
	content:"";
	position:absolute;
	z-index:-1;
	left:20%;
	right:80%;
	bottom:0;
	background:#ee4d16;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	z-index:99
}
.tgt-testimonial-section {
	padding-top:90px;
	background-image:url(../images/bg/testimonial-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
.tgt-testimonial-left {
	position:relative;
	margin-left:-100px;
	margin-bottom:-150px
}
.tgt-client-section {
	background:#f6f6f6;
	padding:40px 0;
	border-bottom:1px solid rgba(0,0,0,.10)
}
.owl-testiomonal {
	margin-top:30px;
	padding-bottom:30px
}
.tgt-testiomonal-box {
	position:relative
}
/*.tgt-testiomonal-box:after {
	content:"\f830";
	font-family:"Font Awesome 5 Pro";
	color:#ee4d16;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	position:absolute;
	left:5px;
	font-weight:900;
	top:-10px;
	font-size:40px
}*/
.tgt-testiomonal-box-content {
	display:inline-flex;
	border-bottom:1px solid rgba(255,255,255,.15);
	padding:10px 0;
	margin-bottom:20px
}
.tgt-testiomonal-box-content .lead {
	font-size:18px;
	color:#f6f6f6;
	line-height:1.6
}
.tgt-testiomonal-box-person-img img {
	width:70px;
	height:70px;
	border-radius:50%
}
.tgt-testiomonal-box-person-title {
	padding-left:90px;
	float:left;
	/*padding-top:15px*/
}
.white-color .tgt-testiomonal-box-person-title p {
	color:#ee4d16
}
.tgt-testiomonal-box-person-img {
	position:absolute
}
.tgt-testiomonal-box-person-img i {
	color: #fff;
	font-size: 48px;
}
.owl-testiomonal.owl-carousel .owl-nav button.owl-next {
	background:transparent;
	opacity:1;
	border:0;
	top:80%;
	right:1%
}
.owl-testiomonal.owl-carousel .owl-nav button.owl-prev {
	left:88%;
	background:transparent;
	opacity:1;
	border:0;
	top:80%
}
.tgt-testiomonal-box2 {
	/*border-left:2px solid #ee4d16;*/
	box-shadow:1px 1px 5px 0 rgba(0,0,0,0.15);
	padding:5px;
	margin:10px;
	border: 1px solid #ececec;
}
.tgt-testiomonal-box-content2 {
	position:relative
}
.tgt-testiomonal-box-content2:after {
	content:"\f10e";
	display:inline-block;
	font-family:FontAwesome;
	font-size:50px;
	position:absolute;
	bottom:0;
	right:0;
	color:rgba(0,0,0,0.04)
}
.tgt-testiomonal-box-person-img2 {
	position:absolute
}
.owl-carousel .owl-item .tgt-testiomonal-box-person-img2 img {
	width:150px
}
.tgt-testiomonal-box-content2 {
	padding-left:170px
}
.tgt-testiomonal-box-content2 .star-ratings {
	float:none;
	margin-right:0;
	margin-bottom:10px
}
.tgt-testiomonal-box2 .tgt-testiomonal-box-person2 {
	overflow: hidden;
}
.tgt-testiomonal-box2 .tgt-testiomonal-box-person2 img {
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-testiomonal-box2:hover .tgt-testiomonal-box-person2 img {
	filter: brightness(70%);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.tgt-testiomonal-box-content3 {
	padding:20px 5px;
	background:#f6f6f6;
	text-align:center;
	border-top: 5px solid #fff;
	-webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tgt-testiomonal-box2:hover .tgt-testiomonal-box-content3 {
	background-color: #ee4d16;
}
.tgt-testiomonal-box-content3 h4 {
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tgt-testiomonal-box-content3 h4 a {
	display: block;
}
.tgt-testiomonal-box2:hover .tgt-testiomonal-box-content3 h4 a {
	color: #fff;
}
.tgt-testiomonal-name {
	font-size:14px;
	color:#09162a;
	font-weight:500
}
.tgt-testiomonal-name span {
	color:#777;
	margin-left:5px
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav {
	position: absolute;
	top: -60px;
	right: 10px;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next {
	left: 0;
	margin-left: 10px;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next,
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev {
	position: relative;
	width:46px;
	height: 46px;
	background:#333366;
	border:2px solid #333366;
	color:#fff;
	opacity:1;
	transform: translate(0,0);
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next:hover,
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev:hover {
	border:2px solid #ee4d16;
	background:#ee4d16;
}
.tgt-blog-box,.tgt-blog-box-img {
	position:relative;
	overflow: hidden;
}
.tgt-blog-box-meta-date {
	background-color:#ee4d16;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:8px 20px;
	position:absolute;
	bottom:20px;
	left:20px;
	font-weight:500;
	letter-spacing:.3px;
	z-index:3
}
.tgt-blog-box-content {
	/*padding:20px 0*/
	padding-bottom: 20px;
}
.tgt-blog-box-content h2 i {
	font-size: 18px;
	padding-right: 10px;
    color: #ececec;
}
.tgt-blog-box-content-meta {
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ececec;
	color:#555;
	/*font-size:12px;*/
	text-transform:uppercase;
}
.tgt-blog-box-content-meta a {
	color:#555
}
.tgt-blog-box-content-meta span i {
	margin-right:5px;
	color: #1b950b;
}
.tgt-blog-box-content-meta .meta-author {
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid rgba(0,0,0,0.3)
}
.tgt-blog-box-content .tgt-blue-link {
	font-size:18px;
	font-weight:500
}
.tgt-blog-box-img .tgt-blog-box-img a:after {
	content:"";
	background:#09162a;
	opacity:.15;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	z-index:2
}
.tgt-blog-box-img:hover .tgt-blog-box-img a:after {
	opacity:.0;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.tgt-blog-box-img img {
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-post-box:hover .tgt-blog-box-img img {
	filter: brightness(70%);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.footer {
	color: #fff;
	background:#0459b9;
}
.footer p {
	color:#fff;
	margin-bottom:10px
}
.tgt-footer-section {
	padding-top:90px;
	padding-bottom:40px;
	border-bottom:1px solid #1263bf;
}
.text-widget {
	margin-bottom:20px
}
.tgt-footer-section .text-widget h4 {
	padding-bottom: 12px;
	margin-bottom:12px;
	border-bottom: 1px solid #1263bf;
}
.tgt-footer-contact-box span {
	/*margin-right:10px;*/
	position: absolute;
}
.tgt-footer-contact-box span i {
	color:#b8d2fb;
	font-size:17px
}
.tgt-footer-contact-box p {
	margin-bottom:8px;
	padding-left: 30px;
}
.tgt-footer-link.tgt-list-style li {
	width:50%;
	float:left;
	margin-bottom:12px
}
.tgt-footer-link.tgt-list-style li a {
	color:#fff
}
.tgt-footer-link.tgt-list-style li a:hover {
	padding-left: 10px;
}
.tgt-subscribe-box {
	position:relative;
	margin-bottom:20px
}
.tgt-subscribe-box .btn[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	font-size:13px;
	text-transform:uppercase;
	border-radius:0;
	height:47px;
	width:100px;
	color:#fff;
	border:0;
	padding:0;
	line-height:46px
}
.tgt-subscribe-box .form-control {
	border:0;
	background-color:#182e44;
	height:44px;
	font-size:13px;
	padding-left:20px;
	color:#c5c5c5
}
.tgt-subscribe-box .form-control:focus {
	box-shadow:none
}
.tgt-footer-social {
	margin-top:15px;
	border-top:1px solid #1d2b39;
	padding-top:30px
}
.tgt-footer-social-box li {
	width:50%;
	float:left;
	list-style:none;
	margin-bottom:15px
}
.tgt-footer-social-box li a {
	color:#c5c5c5
}
.tgt-footer-social-box li a:hover {
	color:#ee4d16
}
.tgt-footer-social-box li i {
	padding-right:10px
}
.tgt-footer-tiny-section {
	padding:20px 0
}
.tgt-footer-tiny-section .copyright {
	/*float: left;*/
	text-align: left;
}
.tgt-footer-tiny-section .bottom-links {
	/*float: right;*/
	text-align: right;
}
.tgt-footer-tiny-section .copyright a,
.tgt-footer-tiny-section .bottom-links a {
	color: #fff;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.tgt-footer-tiny-section .copyright a:hover,
.tgt-footer-tiny-section .bottom-links a:hover {
	color: #b8d2fb;
}
.tgt-footer-tiny-section p {
	color:#989494;
	font-size:14px
}
.tgt-about2-last-box {
	display:flex;
	margin-top:10px
}
.tgt-about2-last-box .tgt-about-content p {
	margin-bottom:5px
}
.tgt-about2-feature {
	background:#fff;
	margin-top:-50px
}
.tgt-about2-feature ul {
	list-style:none;
	padding:10px;
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.25);
	box-shadow:0 0 5px 0 rgba(0,0,0,0.25)
}
.tgt-about2-feature ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:30px;
	background:#ebeef2
}
.tgt-feature-icon,.tgt-feature-details {
	display:table-cell;
	vertical-align:middle;
	text-align:left
}
.tgt-feature-icon {
	padding-right:20px
}
.tgt-feature-icon i {
	color:#ee4d16;
	font-size:36px
}
.tgt-about2-feature h5 {
	font-size:16px
}
.tgt-about2-feature h5 {
	margin-bottom:10px
}
.tgt-about2-feature p {
	margin-bottom:0
}
.tgt-about2-feature p {
	font-size:14px
}
.tgt-feature-last {
	border-right:1px solid #d3dae2
}
.tgt-year-experience-box-right .tgt-bg-overlay-year-experience {
	z-index:9;
	height:100%;
	padding:80px 70px 0 0;
	position:relative;
	background-image:none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	padding-top:140px
}
.tgt-year-experience-box-right .tgt-bg-overlay {
	width:auto;
	margin-right:-100px;
	right:0;
	background-size:cover;
	background-color:#ee4d16;
	margin-top:60px
}
.tgt-background-image-yes {
	height:100%;
	z-index:9;
	position:relative
}
.tgt-background-image-yes .tgt-bg-overlay {
	background-image:url(../images/bg/year-experience.jpg)!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	width:auto;
	margin-right:-100px;
	right:0
}
.tgt-bg-layer-content {
	position:relative;
	z-index:9;
	height:100%
}
.tgt-year-experience-last-img {
	display:none
}
.white-color .tgt-bg-overlay-year-experience p {
	color:#f5f5f5
}
.tgt-progress-bar {
	margin-bottom:20px
}
.tgt-progress-bar h4 {
	margin-bottom:10px;
	font-size:16px
}
.tgt-progress-bar .progress-bar {
	border-radius:0;
	background-color:#ee4d16
}
.tgt-progress-bar .progress {
	border-radius:0;
	background-color:#fff;
	height:7px
}
.tgt-progress-bar {
	position:relative
}
.tgt-progress-bar .percentage-count {
	position:absolute;
	right:0;
	color:#f5f5f5;
	z-index:3;
	text-shadow:none;
	font-size:16px;
	padding:2px 0;
	border-radius:0;
	top:0
}
.tgt-services2 {
	position: relative;
	padding:140px 0 100px 0
}
.tgt-services2:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27,28,30,0.95);
}
.tgt-services2-inner {
	padding:90px 0 70px 0
}
.tgt-services2-subtitle p {
	font-size:16px
}
.tgt-our-services2 {
	background:transparent;
	/*text-align:center;*/
	padding:10px 10px;
	border:2px solid #dfba52;
	margin-bottom:30px;
	background-color: #fff;
}
.tgt-our-services2 .tgt-our-services-icon i {
	color:#ee4d16;
	font-size:66px;
}
.tgt-our-services2 .tgt-our-services-icon img {
	width: 100%;
	height: 100%;
}
.tgt-our-services2 h4 {
	/*color:#FFF;*/
}
.tgt-our-services2 .btn-read {
	color:#FFF
}
.tgt-our-services2 .btn-box {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
}
.tgt-our-services2 .btn-primary {
	padding: 5px 10px;
}
.tgt-our-services2 p {
	/*color:#b3b3b3;*/
	margin-bottom: 5px;
}
.tgt-our-services2 p i {
	padding-right: 10px;
	color:#dfba52;
}
.tgt-our-services2:hover:after {
	right:20%
}
.tgt-our-services2 {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	overflow:hidden
}
.tgt-our-services2:after {
	content:"";
	position:absolute;
	z-index:-1;
	left:20%;
	right:80%;
	bottom:-1px;
	background:#ee4d16;
	height:2px;
	-webkit-transition-property:right;
	transition-property:right;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.tgt-project2 .project-filter {
	float:none;
	text-align:center
}
.tgt-project-section-list2 #projects-gallery {
	background:#FFF
}
.tgt-project-section-list2 #projects-gallery .row {
	padding:5px
}
.tgt-project-section-list2 .projects-gallery-block {
	padding:5px
}
.scale-anm {
	transform:scale(1)
}
.tgt-project-section-list2 {
	padding-bottom:90px
}
.tgt-process-section {
	/*background:#f6f6f6;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-bottom:300px*/
}
.tgt-processbox {
	text-align:center;
	margin-bottom:30px
}
.tgt-processbox-image {
	position:relative;
	margin-bottom:50px
}
.tgt-processbox .tgt-processbox-image img {
	height:285px;
	width:285px;
	border-radius:50%;
	border:8px solid #fff;
	box-shadow:0 0 15px 0 rgba(10,10,10,.19);
	position:relative;
	z-index:2
}
.tgt-processbox .tgt-process-num {
	margin-right:5px;
	font-size:26px;
	font-weight:500;
	color:#fff;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	border:0;
	display:block;
	text-align:center;
	position:absolute;
	left:calc(50% - 30px);
	bottom:-30px;
	z-index:3;
	background:#ee4d16;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out
}
.tgt-processbox:hover .tgt-process-num {
	background:#ee4d16
}
.tgt-processbox:hover .tgt-processbox-image img {
	box-shadow:0 0 20px 0 rgba(10,10,10,.29);
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out
}
.tgt-processbox-content h4 {
	margin-bottom:10px
}
.tgt-counterbox-section {
	margin-top:-250px
}
.counterbox-img {
	margin-top:80px;
	position:relative;
	z-index:3
}
.tgt-counterbox-content {
	background:#ee4d16
}
.tgt-counterbox-content .tgt-bg-overlay-right {
	width:auto;
	margin-right:-100px;
	left:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/bg/counterbox.jpg);
	padding-left:200px;
	margin-left:-200px
}
.tgt-counterbox-content .tgt-bg-overlay-contentbox {
	z-index:2;
	height:100%;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	padding:90px 0 90px 30px
}
.tgt-video-section {
	position: relative;
	/*padding-bottom:200px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.tgt-video-section h1 {
    color: #fff;
    font-size: 36px;
}
.tgt-video-section h2 {
    color: #fff;
}
.tgt-video-section a.btn-box {
	display: inline-block;
	padding:10px 50px;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
	border-color:#ffffff;
	border-radius:0;
	border:solid 2px;
	font-size:24px;
    font-weight: 700;
	line-height: 1.5;
	background-color: #ee4d16;
	box-shadow:0 0 0 .2rem rgba(255,255,255,.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tgt-video-section a.btn-box:hover {
	color:#ffffff;
	border-color:#ffffff;
	background-color: #f5a92a;
	box-shadow:0 0 0 .2rem rgba(255,255,255,.5);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tgt-video-box .tgt-icon {
	height:60px;
	width:60px;
	line-height:60px;
	background:#ee4d16;
	border-radius:50%
}
.tgt-video-box .tgt-icon i {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color:#FFF
}
.tgt-video-box .tgt-icon:before {
	width:85px;
	height:85px;
	opacity:0
}
.tgt-video-box .tgt-icon:after {
	z-index:1;
	width:105px;
	height:105px;
	opacity:0
}
.tgt-video-box .tgt-icon {
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out
}
.tgt-video-box a {
	display:inline-block;
	vertical-align:middle
}
.tgt-video-box .tgt-icon:after,.tgt-video-box .tgt-icon:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius:50%;
	background-color:#fff
}
.tgt-video-box .tgt-icon:after,.tgt-video-box .tgt-icon:before {
	-webkit-animation:prittyphoto 1.05s infinite;
	-moz-animation:prittyphoto 1.05s infinite;
	-ms-animation:prittyphoto 1.05s infinite;
	-o-animation:prittyphoto 1.05s infinite;
	animation:prittyphoto 1.05s infinite
}
.tgt-video-box .tgt-icon:before {
	opacity:.35
}
.tgt-video-box .tgt-icon:after {
	opacity:.09
}
.tgt-right-video-icon {
	left:auto;
	right:0;
	top:auto
}
.tgt-video-box a {
	display:inline-block;
	vertical-align:middle
}
.tgt-icon {
	margin-bottom:35px;
	display:inline-block;
	text-align:center;
	border:2px solid transparent;
	position:relative;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	box-sizing:content-box;
	position:relative
}
@-webkit-keyframes prittyphoto {
	100% {
	width:200%;
	height:200%;
	opacity:0
}
}@keyframes prittyphoto {
	100% {
	width:200%;
	height:200%;
	opacity:0
}
}
.tgt-get-quote-section {
	/*margin-top:-150px;*/
}
.tgt-get-quote-box {
	background:#FFF;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.2)
}
.tgt-get-quote-box .form-group {
	margin-bottom:25px
}
.tgt-quote-call {
	position:absolute;
	background:#ee4d16;
	padding:20px 25px;
	left:0;
	bottom:30px
}
.tgt-quote-call .tgt-feature-icon i,.tgt-quote-call p,.tgt-quote-call h2,.tgt-quote-call h3 {
	color:#FFF
}
.tgt-quote-call.style-1 {
	position:relative;
	background: #ee4d16;
	border: 10px solid #eaedf7;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
}
.tgt-quote-call.style-1:hover {
	position:relative;
	background: #eaedf7;
	border: 10px solid #ee4d16;
}
.tgt-quote-call.style-1:hover .tgt-feature-icon i,
.tgt-quote-call.style-1:hover .tgt-quote-call p,
.tgt-quote-call.style-1:hover .tgt-quote-call h2,
.tgt-quote-call.style-1:hover .tgt-quote-call h3,
.tgt-quote-call.style-1:hover .tgt-feature-details p,
.tgt-quote-call.style-1:hover .tgt-feature-details h2,
.tgt-quote-call.style-1:hover .tgt-feature-details h3 {
	color: #ee4d16;
}
.tgt-bgcolor-orange-left-bg {
	position:relative;
	z-index:1
}
.tgt-bgcolor-orange-left-bg:after {
	position:absolute;
	content:"";
	right:0;
	top:0;
	width:3500px;
	height:100%;
	background:#ee4d16;
	z-index:2
}
.tgt-bgcolor-orange-left-bg .tgt-bgcolor-orange {
	position:relative;
	z-index:3
}
.tgt-blog2-section {
	/*padding-top:150px;*/
	background:#f6f6f6;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	/*margin-top:-60px;*/
}
.tgt-post-box {
	margin-bottom:30px;
	padding: 5px;
	background:#FFF;
	border: 1px solid #e4e4e4;
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.10);
}
.tgt-post-box-content {
	margin-top: 5px;
	background-color: #0459b9;
	-webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tgt-post-box-content .tgt-post-title h4 {
	font-size: 16px;
}
.tgt-post-box-content .tgt-post-title h4 a {
	display: block;
	padding:20px;
	color: #fff;
}
.tgt-post-box:hover .tgt-post-box-content {
	background-color: #1b950b;
}
.tgt-post-box-content p {
	padding-bottom: 5px;
	border-bottom: 1px dashed #eaedf7;
}
.tgt-post-box-content p i {
	margin-right: 10px;
	color: #ee4d16;
}
.tgt-post-box-content-right {
	padding:0px; /*padding:10px 20px;*/
}
.tgt-post-title {
	-webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.tgt-post-title h3,
.tgt-post-title h5 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ececec;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tgt-post-title h3 a,.tgt-post-title h5 a {
	color:#09162a;
}
.tgt-post-title h3 a:hover,.tgt-post-title h4 a:hover,.tgt-post-title h5 a:hover {
	color:#333366;
}
.tgt-post-box:hover .tgt-post-box-content h3 a,
.tgt-post-box:hover .tgt-post-box-content h4 a,
.tgt-post-box:hover .tgt-post-box-content h5 a {
	color:#fff;
}
.tgt-post-title p {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tgt-post-title i {
	padding-right: 10px;
	color: #0459b9;
}
.tgt-client2-section .tgt-client-img {
	box-shadow:0 0 3px 0 rgba(0,0,0,0.12);
	margin:10px
}
.tgt-client2-section .tgt-client-img img {
	opacity:.80
}
.tgt-client2-section .tgt-client-img:hover img {
	opacity:.95
}
.tgt-client2-section.tgt-client-no-border .tgt-client-img {
	box-shadow:none;
	margin:10px
}
.tgt-page-header {
	position:relative;
	background-image:url(../images/bg/page-header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:160px
}
.tgt-overlay-bg-header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:-moz-linear-gradient(left,rgba(2,28,68,0.80) 40%,rgba(2,28,68,0.13) 82%,rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(left,rgba(2,28,68,0.80) 40%,rgba(2,28,68,0.13) 82%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to right,rgba(2,28,68,0.80) 40%,rgba(2,28,68,0.13) 82%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3333662a',endColorstr='#00000000',GradientType=1)
}
.tgt-page-header-box {
	padding-bottom:50px
}
.tgt-page-header-box h2 {
	color:#FFF
}
.breadcrumb-box {
	padding:15px 0;
	background:rgba(9,22,42,0.4)
}
.breadcrumb-wrapper a,.breadcrumb-wrapper {
	color:#D4D4D4
}
.breadcrumb-wrapper a:hover {
	color:#ee4d16
}
.tgt-history-content {
	text-align:center
}
.tgt-history-year {
	text-align:center
}
.tgt-history-dots {
	text-align:center;
	margin-bottom:20px;
	position:relative;
	z-index:1
}
.tgt-history-dots-circle {
	position:relative;
	height:30px;
	width:30px;
	line-height:30px;
	background:#ee4d16;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	border:5px solid #f7dacb
}
.tgt-history-section [class*='col-']:nth-child(1) .tgt-history-dots:before {
	position:absolute;
	content:"";
	height:30px;
	width:2px;
	left:-46px;
	background-color:#cecece
}
.tgt-history-section [class*='col-']:nth-child(1) .tgt-history-dots:after {
	left:-46px;
	width:160%
}
.tgt-history-dots:after {
	position:absolute;
	content:"";
	height:2px;
	width:120%;
	left:15px;
	right:auto;
	top:15px;
	z-index:-1;
	border-top:2px dashed #cecece
}
.tgt-history-dots-last {
	position:relative;
	width:130%
}
.tgt-history-dots-last:before,.tgt-history-dots-last:after {
	border-right:2px solid #cecece;
	content:'';
	display:block;
	height:16px;
	margin-top:2px;
	position:absolute;
	-moz-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	right:10px;
	top:50%;
	width:0
}
.tgt-history-dots-last:after {
	margin-top:13px;
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.tgt-why-choose-box {
	padding:41.9px 40px
}
.tgt-why-choose-box-tabs .nav-tabs .nav-item.show .nav-link,.tgt-why-choose-box-tabs .nav-tabs .nav-link.active {
	color:#fff;
	background-color:transparent;
	border:0;
	border-radius:0;
	border-bottom:2px solid #f6f6f6
}
.tgt-why-choose-box-tabs .nav-tabs .nav-item {
	padding:.5rem 1.4rem .5rem 0;
	margin-bottom:0
}
.tgt-why-choose-box-tabs .nav-tabs .nav-link {
	border:0;
	border-radius:0;
	color:#FFF;
	text-align:left;
	padding:.5rem 1rem;
	border-bottom:2px solid #fdb59c
}
.tgt-why-choose-box-tabs .tab-content {
	padding-top:20px;
	color:#FFF
}
.tgt-why-choose-box-tabs .tab-content p,.tgt-why-choose-box-tabs .tgt-list-style li,.tgt-why-choose-box-tabs .tgt-list-style li:before {
	color:#fff
}
.tgt-why-choose-box-tabs .nav-tabs {
	border:0;
	margin:0
}
.tgt-team-box2 {
	margin-bottom:30px
}
.tgt-team-box-content2 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 5px
}
.tgt-team-box-content2 h4 {
	font-size:18px
}
.tgt-team-box-content2 p {
	margin-bottom:0;
	font-size:15px
}
.tgt-team-box-img2 {
	position:relative
}
.tgt-team-social2 {
	position:absolute;
	left:0;
	right:0;
	margin:0;
	bottom:20px;
	opacity:0;
	z-index:9;
	-webkit-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	transition:.8s;
	text-align:center;
	z-index:9
}
.tgt-team-box2:hover .tgt-team-social2 {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.tgt-team-social2-box {
	text-align:center;
	margin:auto;
	display:inline-grid
}
.tgt-team-social2 ul {
	padding:6px 22px;
	margin:0;
	background:#ee4d16;
	border-radius:50px
}
.tgt-team-social2 ul li {
	display:inline-block;
	margin:5px
}
.tgt-team-social2 ul li a {
	color:#FFF
}
.tgt-team-box2:hover .tgt-team-box-img2 .img-effect:after {
	content:"";
	background:#ee4d16;
	opacity:.60;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:all .9s ease;
	-ms-transition:all .9s ease;
	-o-transition:all .9s ease;
	-moz-transition:all .9s ease;
	transition:all .9s ease
}
.tgt-team-box2 .tgt-team-box-img2 .img-effect {
	-webkit-transition:all .9s ease;
	-ms-transition:all .9s ease;
	-o-transition:all .9s ease;
	-moz-transition:all .9s ease;
	transition:all .9s ease
}
.tgt-blog-list {
	padding-bottom:20px;
	border-bottom:1px solid #ececec;
	margin-bottom:20px
}
.tgt-blog-list .tgt-blog-box-content .tgt-blue-link {
	font-size:18px;
	color:#09162a;
	font-weight:600
}
.pagination-block .page-numbers,.pagination-block .page-numbers {
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	padding:0 17px;
	margin:0 2px;
	background:#f6f6f6;
	-webkit-transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.pagination-block a {
	color:#09162a
}
.pagination-block a:hover,.pagination-block a:focus {
	background:#0459b9;
	color:#FFF
}
.pagination-block .page-numbers.current {
	background:#0459b9;
	color:#FFF
}
.sidebar .widget {
	position:relative;
	margin-bottom:30px;
	padding:20px;
	border:5px solid #fff;
	background-color:#f6f6f6;
	box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 15%);
}

}
.sidebar .widget.widget-search .blog-search-form {
	border:0;
	position:relative
}
.sidebar .widget.widget-search .blog-search-form i {
	color:#FFF
}
.sidebar .widget.widget-search .blog-search-form .btn[type="submit"] {
	content:"";
	position:absolute;
	top:0;
	right:0;
	padding:0;
	width:46px;
	height:46px;
	line-height:45px;
	font-size:14px;
	z-index:1;
	border-radius:0;
	box-shadow:unset;
	background-color:#ee4d16;
	background-repeat:no-repeat;
	background-position:center
}
.sidebar .widget ul {
	margin:0;
	padding:0;
	position:relative
}
.sidebar .widget ul li i {
	padding-right: 10px;
	color:#1b950b;
}
.sidebar .widget ul li a {
	color:#09162a;
	font-weight: 700;
}
.sidebar .widget ul li:hover a {
	color:#1b950b;
}
.sidebar .widget ul li a:hover,
.sidebar .widget ul li a:focus {
	color:#1b950b;
}
.sidebar .widget ul.tgt-list-style li {
	padding-left:18px
}
.widget-latest-blog ul.listborder li {
	padding:15px 0
}
ul.listborder li {
	padding:15px 0;
	border-bottom:1px solid #e8e8e8;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
ul.listborder li:hover {
	padding-left: 20px;
}
/*.sidebar .widget ul.listborder li:first-child {
	border-top:0;
	padding-top:0
}*/
ul.listborder li.active {
	padding-left: 20px;
}
ul.listborder li.active a {
	color:#1b950b;
}
.sidebar .widget .widget-title {
	position:relative;
	padding-bottom:15px;
	margin-bottom:20px;
	/*padding-left: 30px;*/
	font-size: 24px;
	font-weight: 700;
}
.sidebar .widget .widget-title span {
	display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    color: #1b950b;
    font-size: 16px;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    border-left: 2px solid #ececec;
    transform: skew(-25deg);
}

.sidebar .widget .widget-title:before {
	position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    height: 5px;
    width: 20px;
    background-color: #1b950b;
}

.sidebar .widget .widget-title:after {
	position: absolute;
    content: '';
    left: 22px;
    bottom: 0px;
    height: 5px;
    width: calc(100% - 22px);
    background-color: #e5e5e5;
}
.widget .cat_count {
	position:absolute;
	right:0
}
.sidebar .widget ul.tgt-latest-post-list>li img {
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin-right:20px
}
ul.tgt-latest-post-list li h5 a {
	font-weight:500;
}
.tgt-latest-post-list h5 {
	font-size: 18px;
	font-weight:500;
}
.tgt-latest-post-date {
	font-size:13px;
	display:block;
	margin-bottom:5px
}
.widget .tagcloud a,a.tag-links {
	display:inline-block;
	margin:0 5px 10px 0;
	padding:9px 22px;
	border:1px solid #09162a;
	color:#09162a
}
a.tag-links {
	padding:8px 14px
}
.widget .tagcloud a:hover,.widget .tagcloud a:focus,a.tag-links:hover {
	color:#FFF;
	border:1px solid #ee4d16;
	background:#ee4d16
}
ul.tgt-widget-social-media li {
	display:inline-block;
	margin-right:5px
}
ul.tgt-widget-social-media li a {
	background:#FFF;
	border-radius:50%;
	border:1px solid #d6d6d6;
	width:36px;
	height:36px;
	text-align:center;
	font-size:14px;
	display:block;
	line-height:36px;
	color:#09162a
}
ul.tgt-widget-social-media li a:hover {
	color:#ee4d16
}
.widget-custom-image {
	position:relative;
	margin-bottom:30px
}
.widget-custom-image .tgt-quote-call {
	right:0;
	bottom:0;
	padding:10px 15px 5px 40px
}
.widget-custom-image .tgt-feature-icon {
	padding-right:15px
}
.tgt-tag-box {
	margin-bottom:15px
}
.tgt-socla-tag-box {
	margin-bottom:10px
}
.tgt-comment-box {
	margin-top:30px
}
.tgt-next-pre-post-box {
	margin-top:35px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px
}
.prev-link-title a {
	font-size:18px;
	font-weight:500
}
.comment-list {
	margin-bottom:40px
}
.comment-list,.comment-list .children {
	list-style-type:none;
	padding:0
}
.comment-body .comment-author,.comment-body .comment-box {
	display:table-cell;
	vertical-align:top
}
.comment-list li {
	position:relative;
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #ededed
}
.comment-list li:first-child {
	padding-top:0;
	border-top:0;
	margin-top:0
}
.comment-author img {
	width:80px;
	height:80px;
	border-radius:50%;
	display:block;
	margin-right:25px
}
.comment-meta .tgt-comment-user h5,.tgt-comment-user {
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	margin-bottom:10px
}
.comment-meta,.comment-meta a {
	color:#6e6e6e;
	font-size:13px
}
.comment-meta a {
	margin-bottom:10px;
	display:block
}
.reply-box {
	margin-top:15px
}
.comment-list .children {
	margin-left:35px;
	padding-top:30px
}
.comment-reply-btn {
	border:2px solid #09162a;
	padding:6px 14px;
	color:#09162a;
	font-size:13px;
	display:inline-block;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.comment-reply-btn:hover {
	border:2px solid #09162a;
	background:#09162a;
	color:#FFF;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.widgest-list-services ul li a {
	display:block;
	padding:14px 30px 14px 24px;
	position:relative;
	background-color:#fff;
	color:#09162a;
	z-index:1;
	font-weight:500;
	font-size:16px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
	position:relative;
	margin-bottom:5px;
	border:1px solid #EEE
}
.widgest-list-services li a:before {
	content:"\f061";
	font-family:"Font Awesome 5 Pro";
	color:#ee4d16;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	position:absolute;
	right:25px;
	font-weight:900;
	font-size:13px
}
.widgest-list-services ul li.active a:before,.sidebar .widgest-list-services li a:hover:before {
	color:#FFF
}
.sidebar .widgest-list-services ul li a:hover,.widgest-list-services ul li.active a,.widgest-list-services ul li.active a:hover {
	background:#ee4d16;
	color:#FFF;
	-webkit-transition:all .3s linear;
	transition:all .3s linear
}
.widgest-list-docs ul li {
	border:1px solid #EEE;
	margin-bottom:10px;
	position:relative;
	background-color:#fff
}
.sidebar .widgest-list-docs ul li a {
	padding:15px 20px;
	color:#777;
	font-weight:500
}
.widgest-list-docs ul li span {
	background:#ee4d16;
	display:inline-block;
	text-align:center;
	height:50px;
	width:50px;
	line-height:50px
}
.widgest-list-docs ul li span i {
	font-size:17px;
	color:#FFF
}
.tgt-project {
	padding-top:90px;
	padding-bottom:30px
}
.tgt-project-section-list2.tgt-project-inner .projects-gallery-block {
	padding:10px
}
.projects-gallery-block-2 {
	background:#f6f6f6;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	margin-bottom:30px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.10);
}
.projects-gallery-block-2:hover {
	/*background:#ee4d16;*/
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-block-2 h4 {
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-block-2:hover h4 {
	color:#09162a;
}
.projects-gallery-title-box {
	margin-top: 5px;
	padding:20px;
	text-align:center;
	-webkit-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease
}
.projects-gallery-block-2:hover .projects-gallery-title-box {
	background-color: #dfba52;
}
.projects-gallery-title-box h4 {
	font-weight:500
}
.tgt-project-details-info {
	padding:45px 40px
}
.tgt-project-details-list {
	font-weight:500
}
.tgt-project-details-list li {
	padding-bottom:15px;
	border-bottom:1px solid #dedfe1;
	margin-bottom:15px
}
.tgt-project-details-list li:last-child {
	border-bottom:0;
	margin-bottom:0
}
.tgt-project-info-details {
	color:#09162a;
	padding-left:10px
}
.tgt-project-info-title i {
	font-size:16px;
	color:#fc681d;
	font-weight:600;
	padding-right:12px
}
.tgt-project-related {
	margin-top:40px
}
.widgest-list-faq ul li a {
	font-weight:500
}
.widgest-list-faq ul li.active a {
	color:#ee4d16
}
.widgest-list-contact li {
	margin-bottom:10px;
	display:flex
}
.widgest-list-contact li span {
	padding-right:12px;
	/* display:flex; */
}
.widgest-list-contact li i {
	font-size:16px;
	font-weight:700;
	color:#ee4d16
}
.tgt-faq .card {
	margin-bottom:20px;
	border-radius:0
}
.tgt-faq .card-header {
	border-bottom:0;
	background:#FFF
}
.tgt-faq .card-header,.tgt-faq .card-header:first-child {
	border-radius:0;
	padding:0
}
.tgt-faq .card-header a.btn:hover,.tgt-faq .card-header a.btn.collapsed {
	color:#232323
}
.tgt-faq .card-header a.btn {
	border-radius:0;
	text-align:left;
	display:block;
	padding:15px 50px 15px 20px;
	background:#FFF
}
.tgt-faq .card-header a.btn[aria-expanded="true"] {
	background:#ee4d16;
	color:#FFF
}
.tgt-faq .card-header a.btn:hover,.tgt-faq .card-header a.btn:focus {
	outline:0;
	box-shadow:none
}
.tgt-faq .card-header a.btn[aria-expanded="true"]:after {
	content:"\-";
	right:20px;
	position:absolute;
	width:30px;
	text-align:center;
	font-size:30px;
	height:30px;
	line-height:28px;
	font-weight:300;
	color:#FFF;
	border:1px solid;
	border-radius:100%;
	top:13px
}
.tgt-faq .card-header a.btn[aria-expanded="false"]:after {
	position:absolute;
	content:"\+";
	right:20px;
	color:#777;
	width:30px;
	text-align:center;
	height:30px;
	line-height:28px;
	font-size:20px;
	font-weight:500;
	border:1px solid;
	border-radius:100%;
	top:13px
}
.tgt-contact-form-box {
	padding:40px 40px 30px 40px!important;
	margin-top:70px;
	border: 1px solid #e4e4e4;
}
.tgt-contact-form-img {
	margin-right:-160px
}
.tgt-get-touch-box .widget-title {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:12px;
	margin-bottom:15px
}
.tgt-main-contact-box {
	margin-bottom:70px
}
.tgt-get-touch-box {
	margin-bottom:30px
}
.tgt-get-touch-box .widgest-list-contact li {
	margin-bottom:15px
}
.tgt-contact-social {
	margin-top:25px
}
.tgt-contact-social ul li {
	display:inline-block
}
.tgt-contact-social ul li a {
	width:32px;
	height:32px;
	line-height:32px;
	background:#9da1a9;
	margin-right:5px;
	display:inline-block;
	text-align:center;
	color:#FFF;
	border-radius:4px
}
.tgt-contact-social ul li a:hover,.tgt-contact-social ul li a:focus {
	color:#FFF;
	background:#ee4d16
}
.tgt-team-details {
	padding:90px 0 10px 0
}
.tgt-team-box-single {
	padding:40px 40px 30px 40px!important;
	margin-top:50px
}
.tgt-team-main-box {
	margin-bottom:50px
}
.tgt-team-box-single-img {
	margin-right:-60px
}
.tgt-team-details-processbar .tgt-progress-bar .progress-bar {
	background-color:#ee4d16
}
.tgt-team-details-processbar .tgt-progress-bar .progress {
	background:#EEE
}
.tgt-team-details-processbar .tgt-progress-bar .percentage-count {
	color:#777
}
.tgt-team-details-current-job .lead {
	font-size:18px;
	font-weight:500
}
.current-job-year {
	color:#f25f14;
	font-size:13px
}
.tgt-error-title {
	font-size:72px
}

/*Common Style*/
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.p-l-0 {
	padding-left: 0px;
}

.sticky-top-header {
	position:fixed!important;
	top:0;
	left:0;
	width:100%;
	z-index:11;
	background-color:#FFF;
	box-shadow:0 4px 12px 0 rgba(0,0,0,.05);
	-webkit-transition:opacity .3s 0s,visibility 0s .3s;
	-moz-transition:opacity .3s 0s,visibility 0s .3s;
	transition:opacity .3s 0s,visibility 0s .3s
}

/*Common Style*/

.advantage-pic {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	align-items:center;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.advantage-pic .content {
	padding: 20px
}
.advantage-pic .content img {
	margin: 10px;
	max-width: 350px;
	border: solid 10px;
	border-color: rgb(234,237,247,0.5);
}
.advantage-pic.bg-01 {
	background-image: url(../images/bg/bg-01.jpg);
}
.advantage-pic.bg-02 {
	background-image: url(../images/bg/bg-02.jpg);
}
.advantage-pic.bg-03 {
	background-image: url(../images/bg/bg-03.jpg);
}
.advantage-pic.bg-04 {
	background-image: url(../images/bg/bg-04.jpg);
}
.advantage-text {
	background-color: #eaedf7;
	position: relative;
    display: block;
    width: 100%;
    padding: 80px 20px;
}
.advantage-text:before {
	content:"01";
	position:absolute;
	bottom:50px;
	right:30px;
	font-size: 150px;
	font-family: 'Monoton', cursive;
	opacity: 0.33;
}
.advantage-text.num-02:before {
	content:"02";
}
.advantage-text.num-03:before {
	content:"03";
}
.advantage-text.num-04:before {
	content:"04";
}
.advantage-text .content{
	position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.advantage-text .content p{
	line-height: 2rem;
}

/*Config*/
.tgt-services-details-box h1.style-1,
.tgt-section h1.style-1 {
	margin-bottom: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ececec;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tgt-services-details-box .image-box {
    text-align: center;
}
.tgt-services-details-box .image-box img {
	padding: 5px;
    border: 1px solid #e4e4e4;
}
.tgt-services-details-box h4 {
	font-weight: 700;
}
.tgt-services-details-box table {
	width: 100%;
    text-align: center;
    border: 1px solid #ececec;
    border-spacing: 0;
    border-collapse: collapse;
}
.tgt-services-details-box td {
	padding: 10px;
    border: 1px solid #ececec;
}
.tgt-services-details-box video {
	width: 100%;
	padding: 10px;
    border: 1px solid #ececec;
}

iframe {
	border-width: 0;
}

.line {
	margin: 10px 0px;
    height: 0px;
    border-bottom: 1px solid #ececec;
}

.font-red {
	color: #ee4d16!important;
}

.font-red a {
	color: #ee4d16!important;
}

.section-about {
	padding: 0!important;
	border-top: 0;
	border-bottom: 0;
}
.about-img-box {
	height: 100%;
	min-height: 450px;
	background-image: url(../images/extra/about-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-text-box {
	padding: 90px 50px;
}
.about-text-box .btn-primary {
	margin-bottom: 10px;
}